home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0195.lzh / AMOSLIST / text0192.txt < prev    next >
Encoding:
Text File  |  1995-02-01  |  905 b   |  42 lines

  1.  
  2. On Thu, 19 Jan 1995, jason.wroe wrote:
  3.  
  4. > Hi I am new on this Amos list so hopefully here goes:-
  5. > Is it possible at all to replace the sad Amos error message which comes
  6. > up when you are:-
  7. > 1) Write to disk that is not there?
  8. > 2) Load A file when disk is not in Df0: ?
  9.  
  10. Hmm... maybe this would help, I'm not sure:
  11.  
  12. If Exist("DF0:")
  13.   ' load or save the file now
  14. Else
  15.   Print "No disc in drive!"
  16. End If
  17.  
  18. Petri Hakkinen
  19. mystic@tlti.tokem.fi
  20.  
  21. > 3) Save a file to a disk when write protected ?
  22. > The on error level trapping doesnt seem to work with these errors and instead 
  23. > of my very fancy error procedure executing a get the usual sad Amos Requester?
  24. > I am working in Amos 1.35 so any suggestions must be workable with this.
  25. > Thanks in advance for any help :)
  26. >    _/ _/ _/   _/   _/   _/
  27. >      _/     _/ _/  _/ _/
  28. >     _/    _/ _/_/   _/
  29. >  _/_/   _/     _/  _/
  30.  
  31.  
  32.